home *** CD-ROM | disk | FTP | other *** search
- object Form5: TForm5
- Left = 257
- Top = 551
- BorderStyle = bsDialog
- Caption = 'Audio Record Wizard '
- ClientHeight = 142
- ClientWidth = 434
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 14
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 434
- Height = 105
- Align = alTop
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 78
- Top = 10
- Width = 294
- Height = 14
- Caption = 'vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv'
- end
- object Image1: TImage
- Left = 24
- Top = 34
- Width = 34
- Height = 34
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Label2: TLabel
- Left = 80
- Top = 32
- Width = 215
- Height = 14
- Caption = 'Audio Record Wizard will overwrite this file.'
- end
- object Label3: TLabel
- Left = 80
- Top = 53
- Width = 271
- Height = 14
- Caption = '** If you would like to start a new recording, please click'
- end
- object Label4: TLabel
- Left = 80
- Top = 74
- Width = 223
- Height = 14
- Caption = 'the File button (Blue) to select a new filename.'
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 105
- Width = 193
- Height = 37
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 1
- object CheckBox1: TCheckBox
- Left = 8
- Top = 6
- Width = 185
- Height = 17
- Caption = 'Don'#39't show this message next time'
- TabOrder = 0
- end
- end
- object Panel3: TPanel
- Left = 250
- Top = 105
- Width = 184
- Height = 37
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 2
- object Button1: TButton
- Left = 16
- Top = 5
- Width = 75
- Height = 21
- Caption = '&Ok'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 90
- Top = 5
- Width = 75
- Height = 21
- Caption = '&Cancel'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- end
-